Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #Sourceforge Dom4j - 153 results found.
NameDescriptionTypePackageFramework
XPPReader XPPReader is a Reader of DOM4J documents that uses the fast XML Pull Parser 2.Classdom4j.ioSourceforge Dom4j
XPathException XPathException is thrown when an exception occurs while evaluating an XPath expression, usually due to some function throwing anClassdom4jSourceforge Dom4j
XPathPattern XPathPattern is an implementation of Pattern which uses anVersion:$Revision: 1.Classdom4j.xpathSourceforge Dom4j
XPP3Reader XPP3Reader is a Reader of DOM4J documents that uses the fast XML Pull Parser 3.Classdom4j.ioSourceforge Dom4j
XMLTableModel XMLTableDefinition repro.Classdom4j.swingSourceforge Dom4j
XMLWriter XMLWriter takes a DOM4J tree and formats it to a stream as XML.Classdom4j.ioSourceforge Dom4j
XPath XPath represents an XPath expression after it has been parsedVersion:$Revision: 1.Interfacedom4jSourceforge Dom4j
XMLResult XMLResult implements a JAXP SAXResultfor an output stream with support for pretty printing and control over how the XML isClassdom4j.ioSourceforge Dom4j
XMLTableColumnDefinition XMLTableColumnDefinition a column within a table definition.Classdom4j.swingSourceforge Dom4j
XMLTableDefinition XMLTableDefinition represents a table definition based on XPath expression evaluated on an XML document.Classdom4j.swingSourceforge Dom4j
Visitor Visitor is used to implement the Visitor pattern in DOM4J.Interfacedom4jSourceforge Dom4j
VisitorSupport VisitorSupport is an abstract base class which is useful for implementation inheritence or when using anonymous inner classes to createClassdom4jSourceforge Dom4j
XMLErrorHandlerXMLErrorHandler is a SAX ErrorHandlerwhich turns the SAX parsing errors into XML so that the output can be formatted using XSLT orClassdom4j.utilSourceforge Dom4j
UserDataDocumentFactory UserDataDocumentFactory is a factory of XML objects which support the adornment of a user data object on an Element or AttributeClassdom4j.utilSourceforge Dom4j
UserDataElement UserDataElement support the adornment of a user data object on an Element or Attribute instance such that the methods Classdom4j.utilSourceforge Dom4j
STAXEventReaderReads a DOM4J Document, as well as other Nodes, from a StAXAuthor:Christian NilesClassdom4j.ioSourceforge Dom4j
STAXEventWriterWrites DOM4J Nodes to a StAX event stream.Classdom4j.ioSourceforge Dom4j
Stylesheet Stylesheet implements an XSLT stylesheet such that rules can be added to the stylesheet and the stylesheet can be applied to a sourceClassdom4j.ruleSourceforge Dom4j
Text Text defines an XML Text node.Interfacedom4jSourceforge Dom4j
UserDataAttribute UserDataAttribute support the adornment of a user data object on an Element or Attribute instance such that the methods Classdom4j.utilSourceforge Dom4j
SimpleSingleton SimpleSingleton is an implementation of the SingletonStrategy interface used to provide common factory access for the same object instance.Classdom4j.utilSourceforge Dom4j
SingleIterator SingleIterator is an Iteratorover a single objectVersion:$Revision: 1.Classdom4j.treeSourceforge Dom4j
SingletonStrategy SingletonStrategy is an interface used to provide common factory access for the same object based on an implementation strategy forInterfacedom4j.utilSourceforge Dom4j
SAXValidator SAXValidator validates an XML document by writing the document to a text buffer and parsing it with a validating SAX parser.Classdom4j.ioSourceforge Dom4j
SAXWriter SAXWriter writes a DOM4J tree to a SAX ContentHandler.Classdom4j.ioSourceforge Dom4j
SchemaParser SchemaParser reads an XML Schema Document.Classdom4j.datatypeSourceforge Dom4j
SAXEventRecorder Records SAX events such that they may be replayed at a later time.Classdom4j.ioSourceforge Dom4j
SAXModifierThe SAXModifier reads, modifies and writes XML documents using SAX.Classdom4j.ioSourceforge Dom4j
SAXReader SAXReader creates a DOM4J tree from SAX parsing events.Classdom4j.ioSourceforge Dom4j
Rule Rule matches against DOM4J Node so that some action can be performed such as in the XSLT processing model.Classdom4j.ruleSourceforge Dom4j
RuleManager RuleManager manages a set of rules such that a rule can be found for a given DOM4J Node using the XSLT processing model.Classdom4j.ruleSourceforge Dom4j
RuleSet RuleSet manages a set of rules which are sorted in order of relevance according to the XSLT defined conflict resolution policy.Classdom4j.ruleSourceforge Dom4j
SAXContentHandler SAXContentHandler builds a dom4j tree via SAX events.Classdom4j.ioSourceforge Dom4j
ProxyDocumentFactory ProxyDocumentFactory implements a proxy to a DocumentFactory which is useful for implementation inheritence, allowing the pipelining ofClassdom4j.utilSourceforge Dom4j
ProxyXmlStartTag ProxyXmlStartTag implements the XPP XmlSmartTag interface while creating a dom4j Element underneath.Classdom4j.xppSourceforge Dom4j
QName QName represents a qualified name value of an XML element or attribute.Classdom4jSourceforge Dom4j
QNameCache QNameCache caches instances of QName for reuse both across documents and within documents.Classdom4j.treeSourceforge Dom4j
OutputFormat OutputFormat represents the format configuration used by and its base classes to format the XML outputClassdom4j.ioSourceforge Dom4j
Pattern Pattern defines the behaviour for pattern in the XSLTVersion:$Revision: 1.Interfacedom4j.ruleSourceforge Dom4j
PerThreadSingleton PerThreadSingleton is an implementation of the SingletonStrategy used to provide common factory access to a single objectClassdom4j.utilSourceforge Dom4j
ProcessingInstruction ProcessingInstruction defines an XML processing instruction.Interfacedom4jSourceforge Dom4j
NonLazyDocumentFactory NonLazyDocumentFactory is a factory of XML objects which avoid using the lazy creation pattern.Classdom4j.utilSourceforge Dom4j
NonLazyElement NonLazyElement is the default DOM4J default implementation ofVersion:$Revision: 1.Classdom4j.utilSourceforge Dom4j
NullAction NullAction represents an empty action that does nothing.Classdom4j.ruleSourceforge Dom4j
NodeFilter NodeFilter defines the behavior for a filter or predicate which acts on a DOM4J Node.Interfacedom4jSourceforge Dom4j
NodeHelperClassdom4jSourceforge Dom4j
NodeTypeenum NodeTypeextends java.Classdom4jSourceforge Dom4j
NodeTypePattern NodeTypePattern implements a Pattern which matches any node of the given node type.Classdom4j.rule.patternSourceforge Dom4j
NamespaceStackNamespaceStack implements a stack of namespaces and optionally maintains a cache of all the fully qualified names (QName) which are inClassdom4j.treeSourceforge Dom4j
Node Node defines the polymorphic behavior for all XML nodes in a A node can be output as its XML format, can be detached from its position inInterfacedom4jSourceforge Dom4j
NodeComparator NodeComparator is a Comparatorof Node instances which is capable of comparing Nodes for equality based on their values.Classdom4j.utilSourceforge Dom4j
LeafTreeNode LeafTreeNode implements the Swing TreeNode interface to bind a leaf XML nodes to a Swing TreeModel.Classdom4j.swingSourceforge Dom4j
Mode Mode manages a number of RuleSet instances for the mode in a stylesheet.Classdom4j.ruleSourceforge Dom4j
Namespace Namespace is a Flyweight Namespace that can be shared amongstVersion:$Revision: 1.Classdom4jSourceforge Dom4j
NamespaceCache NamespaceCache caches instances of DefaultNamespace for reuse both across documents and withinClassdom4j.treeSourceforge Dom4j
JAXBReaderReads an XML document and creates a DOM4J tree from SAX parsing events.Classdom4j.jaxbSourceforge Dom4j
JAXBWriterWrites Elementobjects to an XML stream.Classdom4j.jaxbSourceforge Dom4j
LazyListClassdom4j.treeSourceforge Dom4j
JAXBModifierReads an XML document using SAX and writes its content to the provided XMLWriter.Classdom4j.jaxbSourceforge Dom4j
JAXBObjectHandlerJAXBObjectHandler implementations can be registered with the JAXB Reader in order to receive unmarshalled XML fragments.Interfacedom4j.jaxbSourceforge Dom4j
JAXBObjectModifierJAXBObjectHandler implementations can be registered with the JAXBModifier in order to change unmarshalled XML fragments.Interfacedom4j.jaxbSourceforge Dom4j
InternalEntityDecl InternalEntityDecl represents an internal entity declarationVersion:$Revision: 1.Classdom4j.dtdSourceforge Dom4j
InvalidSchemaException InvalidSchemaException is thrown when an invalid XML SchemaVersion:$Revision: 1.Classdom4j.datatypeSourceforge Dom4j
InvalidXPathException InvalidXPathException is thrown when an invalid XPath expression is used to traverse an XML documentClassdom4jSourceforge Dom4j
IndexedDocumentFactory IndexedDocumentFactory is a factory of XML objects which create indexed Element implementations to allow quicker lookup via name ofClassdom4j.utilSourceforge Dom4j
IndexedElement IndexedElement is an implementation of Elementwhich maintains an index of the attributes and elements it contains to optimiseClassdom4j.utilSourceforge Dom4j
FlyweightText FlyweightText is a Flyweight pattern implementation of a singly linked, read-only XML Text.Classdom4j.treeSourceforge Dom4j
HTMLWriter HTMLWriter takes a DOM4J tree and formats it to a stream as HTML.Classdom4j.ioSourceforge Dom4j
IllegalAddException IllegalAddException is thrown when a node is added incorrectlyVersion:$Revision: 1.Classdom4jSourceforge Dom4j
FlyweightEntity FlyweightEntity is a Flyweight pattern implementation of a singly linked, read-only XML entity.Classdom4j.treeSourceforge Dom4j
FlyweightProcessingInstruction FlyweightProcessingInstruction is a Flyweight pattern implementation of a singly linked, read-only XML Processing Instruction.Classdom4j.treeSourceforge Dom4j
FlyweightCDATA FlyweightCDATA is a Flyweight pattern implementation of a singly linked, read-only XML CDATA.Classdom4j.treeSourceforge Dom4j
FlyweightComment FlyweightComment is a Flyweight pattern implementation of a singly linked, read-only XML Comment.Classdom4j.treeSourceforge Dom4j
ElementModifierElementModifier defines a modifier of Elementobjects.Interfacedom4j.ioSourceforge Dom4j
ElementPathThis interface is used by ElementHandlerinstances to retrieve information about the current path hierarchy they are to process.Interfacedom4jSourceforge Dom4j
Entity Entity defines an XML entity.Interfacedom4jSourceforge Dom4j
ExternalEntityDecl ExternalEntityDecl represents an external entity declarationVersion:$Revision: 1.Classdom4j.dtdSourceforge Dom4j
FlyweightAttribute FlyweightAttribute is a Flyweight pattern implementation of a singly linked, read-only XML Attribute.Classdom4j.treeSourceforge Dom4j
DOMWriter DOMWriter takes a DOM4J tree and outputs it as a W3C DOMVersion:$Revision: 1.Classdom4j.ioSourceforge Dom4j
DoubleNameMapClassdom4j.utilSourceforge Dom4j
Element Element interface defines an XML element.Interfacedom4jSourceforge Dom4j
ElementDecl AttributeDecl represents an element declaration in a DTD.Classdom4j.dtdSourceforge Dom4j
ElementHandler ElementHandler interface defines a handler of Element objects.Interfacedom4jSourceforge Dom4j
DOMSAXContentHandler SAXContentHandler builds W3C DOM object via SAX events.Classdom4j.ioSourceforge Dom4j
DOMText DOMText implements a Text node which supports the W3C DOM API.Classdom4j.domSourceforge Dom4j
DOMProcessingInstruction DOMProcessingInstruction implements a ProcessingInstruction node which supports the W3C DOM API.Classdom4j.domSourceforge Dom4j
DOMReader DOMReader navigates a W3C DOM tree and creates a DOM4J treeVersion:$Revision: 1.Classdom4j.ioSourceforge Dom4j
DOMEntityReference DOMEntity implements a Entity node which supports the W3C DOMVersion:$Revision: 1.Classdom4j.domSourceforge Dom4j
DOMNamespace DOMNamespace implements a Namespace that is compatable withVersion:$Revision: 1.Classdom4j.domSourceforge Dom4j
DOMNodeHelper DOMNodeHelper contains a collection of utility methods for use across Node implementations.Classdom4j.domSourceforge Dom4j
DOMDocumentType DOMDocumentType implements a DocumentType node which supportsVersion:$Revision: 1.Classdom4j.domSourceforge Dom4j
DOMElement DOMElement implements an XML element which supports the W3CVersion:$Revision: 1.Classdom4j.domSourceforge Dom4j
DOMDocument DOMDocument implements an XML document which supports the W3CVersion:$Revision: 1.Classdom4j.domSourceforge Dom4j
DOMDocumentFactory DOMDocumentFactory is a factory of DOM4J objects which implement the W3C DOM API.Classdom4j.domSourceforge Dom4j
DOMDocumentResult DOMDocumentResult implements a JAXP SAXResult for aVersion:$Revision: 1.Classdom4j.ioSourceforge Dom4j
DOMCDATA DOMCDATA implements a CDATA Section which supports the W3C DOMVersion:$Revision: 1.Classdom4j.domSourceforge Dom4j
DOMComment DOMText implements a Text node which supports the W3C DOM API.Classdom4j.domSourceforge Dom4j
DocumentType DocumentType defines an XML DOCTYPE declaration.Interfacedom4jSourceforge Dom4j
DOMAttribute DOMAttribute implements a doubly linked attribute which supports the W3C DOM API.Classdom4j.domSourceforge Dom4j
DOMAttributeNodeMap DOMAttributeNodeMap implements a W3C NameNodeMap for the attributes of an element.Classdom4j.domSourceforge Dom4j
DocumentHelper DocumentHelper is a collection of helper methods for usingVersion:$Revision: 1.Classdom4jSourceforge Dom4j
DocumentResult DocumentResult implements a JAXP SAXResultfor aVersion:$Revision: 1.Classdom4j.ioSourceforge Dom4j
DocumentSource DocumentSource implements a JAXP SAXSourcefor aVersion:$Revision: 1.Classdom4j.ioSourceforge Dom4j
DocumentTreeModel DocumentTreeModel implements a Swing TreeModel for a dom4j XMLVersion:$Revision: 1.Classdom4j.swingSourceforge Dom4j
Document Document defines an XML Document.Interfacedom4jSourceforge Dom4j
DocumentException DocumentException is a nested Exception which may be thrown during the processing of a DOM4J document.Classdom4jSourceforge Dom4j
DocumentFactory DocumentFactory is a collection of factory methods to allow easy custom building of DOM4J trees.Classdom4jSourceforge Dom4j
DefaultProcessingInstruction DefaultProcessingInstruction is the default Processing Instruction implementation.Classdom4j.treeSourceforge Dom4j
DefaultText DefaultText is the default Text implementation.Classdom4j.treeSourceforge Dom4j
DefaultXPath Default implementation of XPathwhich uses the Jaxen project.Classdom4j.xpathSourceforge Dom4j
DefaultNamespaceContext DefaultNamespaceContext implements a Jaxen NamespaceContext such that a context node is used to determine the current XPath namespaceClassdom4j.xpathSourceforge Dom4j
DefaultPattern DefaultPattern a default implementation of Pattern which can take any XPath implementation or NodeFilter for defining the pattern.Classdom4j.rule.patternSourceforge Dom4j
DefaultElement DefaultElement is the default DOM4J default implementation ofVersion:$Revision: 1.Classdom4j.treeSourceforge Dom4j
DefaultEntity DefaultEntity is the default Entity implementation.Classdom4j.treeSourceforge Dom4j
DefaultNamespace DefaultNamespace implements a doubly linked node which supports the parent relationship and is mutable.Classdom4j.treeSourceforge Dom4j
DefaultDocument DefaultDocument is the default DOM4J default implementation ofVersion:$Revision: 1.Classdom4j.treeSourceforge Dom4j
DefaultDocumentType DefaultDocumentType is the DOM4J default implementation of anVersion:$Revision: 1.Classdom4j.treeSourceforge Dom4j
DefaultAttribute DefaultAttribute implements a doubly linked node which supports the parent relationship and is mutable.Classdom4j.treeSourceforge Dom4j
DefaultCDATA DefaultCDATA is the default CDATA implementation.Classdom4j.treeSourceforge Dom4j
DefaultComment DefaultComment is the default Comment implementation.Classdom4j.treeSourceforge Dom4j
DatatypeElement DatatypeElement represents an Element which supports the XML Schema Data Types Version:$Revision: 1.Classdom4j.datatypeSourceforge Dom4j
DatatypeElementFactory DatatypeElementFactory is a factory for a specific Element inVersion:$Revision: 1.Classdom4j.datatypeSourceforge Dom4j
DatatypeAttribute DatatypeAttribute represents an Attribute which supports the XML Schema Data Types Classdom4j.datatypeSourceforge Dom4j
DatatypeDocumentFactory DatatypeDocumentFactory is a factory of XML objects which support the XML Schema Data TypesClassdom4j.datatypeSourceforge Dom4j
CDATA CDATA defines an XML CDATA section.Interfacedom4jSourceforge Dom4j
CharacterData CharacterData is a marker interface for character based nodes such as the CDATA,Comment andInterfacedom4jSourceforge Dom4j
Comment Comment defines the behavior of an XML comment.Interfacedom4jSourceforge Dom4j
ContentListFacade ContentListFacade represents a facade of the content of a Branch which is returned via calls to the Branch.Classdom4j.treeSourceforge Dom4j
BeanElement BeanElement uses a Java Bean to store its attributes.Classdom4j.beanSourceforge Dom4j
BeanMetaData BeanMetaData contains metadata about a bean class.Classdom4j.beanSourceforge Dom4j
Branch Branch interface defines the common behaviour for Nodes which can contain child nodes (content) such as XML elements and documents.Interfacedom4jSourceforge Dom4j
BranchTreeNode BranchTreeNode implements the Swing TreeNode interface to bind dom4j XML Branch nodes (i.Classdom4j.swingSourceforge Dom4j
BeanAttributeList BeanAttributeList implements a list of Attributes which are the properties of a JavaBean.Classdom4j.beanSourceforge Dom4j
BeanDocumentFactory BeanDocumentFactory is a factory of DOM4J objects which may be BeanElements which are backed by JavaBeans and their properties.Classdom4j.beanSourceforge Dom4j
BackedListBackedList represents a list of content of a Branch.Classdom4j.treeSourceforge Dom4j
BaseElement BaseElement is a useful base class for implemementation inheritence of an XML element.Classdom4j.treeSourceforge Dom4j
BeanAttribute BeanAttribute represents a mutable XML attribute which is backed by a property of the JavaBean of its parent element.Classdom4j.beanSourceforge Dom4j
Action Action represents some default action which should occur when a rule matches a node in the XSLT processing model.Interfacedom4j.ruleSourceforge Dom4j
Attribute Attribute defines an XML attribute.Interfacedom4jSourceforge Dom4j
AttributeDecl AttributeDecl represents an attribute declaration in a DTD.Classdom4j.dtdSourceforge Dom4j
AttributeHelper AttributeHelper a number of helper methods for working withVersion:$Revision: 1.Classdom4j.utilSourceforge Dom4j
AbstractProcessingInstruction AbstractProcessingInstruction is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractText AbstractText is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractEntity AbstractEntity is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractNode AbstractNode is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractDocumentType AbstractDocumentType is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractElement AbstractElement is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractCharacterData AbstractCharacterData is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractComment AbstractComment is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractDocument AbstractDocument is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractBranch AbstractBranch is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractCDATA AbstractCDATA is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j
AbstractAttribute AbstractNamespace is an abstract base class for tree implementors to use for implementation inheritence.Classdom4j.treeSourceforge Dom4j